class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
with class 口语用,两层含义。第一,指把事情做的卓越,优秀,漂亮,让人钦佩没话说。第二,人有品位有修养,漂亮。
variable adj. 1.易变的,变化无常的,无定的 (opp. constant, steady)。 2.可变的,能变的;变换的。 3.【数学】变量的;【天文学】变光的;【生物学】变异的。 Prices are variable according to the exchanges. 物价跟着汇率变动。 a man of variable character 反复无常的人。 a rod of variable length (伸缩)如意棒。 a word of variable construction 可以作种种解释的词。 variable capital 可变资本。 a variable budget 临时预算。 n. 1.易变的东西。 2.【数学】变量,变数,变项,变元 (opp. constant);【天文学】变星 (=variable star);【航海】(方向不定的)变风,不定风 (opp. trade wind); 〔pl.〕 (贸易风带中的)变风带。 adv. -ably ,-ness n.
The atomic variable classes can be thought of as a generalization of 原子变量类可以认为是
While the atomic variable classes might look superficially like the 虽然原子变量类表面看起来与清单1中的
The addition of the atomic variable classes in java . util . concurrent changes that situation 在java.util.concurrent中添加原子变量类之后,这种情况发生了变化。
The atomic variable classes, and other classes in java . util . concurrent, in turn expose these features to user classes 然后,java.util.concurrent中的原子变量类和其他类向用户类公开这些功能。
Until jdk 5.0, it was not possible to write wait-free, lock-free algorithms in the java language without using native code . with the addition of the atomic variables classes in the 在jdk5.0之前,如果不使用本机代码,就不能用java语言编写无等待、无锁定的算法。
Page is the default scope given to all data within your jsp page, and it allows you to use this data within the boundaries specified for local variables class method local variable scope jsp页面内所有数据的默认作用域都是page,它允许您在为局部变量指定的范围内(类/方法/局部变量作用域)使用这种数据。
By exposing new low-level coordination primitives internally, and providing a set of public atomic variable classes, it now becomes practical, for the first time, to develop wait-free, lock-free algorithms in the java language 通过内部公开新的低级协调原语,和提供一组公共原子变量类,现在用java语言开发无等待、无锁定算法首次变为可行。然后,java.util.concurrent
But in case you re wondering where the performance boost of these classes comes from, compared to their analogues in prior jdks, it s the use of the fine-grained, hardware-level concurrency primitives exposed through the atomic variable classes 但是万一您想知道对比以前jdk中的相类似的功能,这些类的性能是如何改进的,可以使用通过原子变量类公开的细粒度、硬件级别的并发原语。
The atomic variable classes all expose a compare-and-set primitive similar to compare-and-swap, which is implemented using the fastest native construct available on the platform compare-and-swap, load linked store conditional, or, in the worst case, spin locks 所有原子变量类都公开比较并设置原语(与比较并交换类似),这些原语都是使用平台上可用的最快本机结构(比较并交换、加载链接/条件存储,最坏的情况下是旋转锁)来实现的。